home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / atlantis.swf / scripts / DefineSprite_910_Nag / frame_1 / DoAction.as
Encoding:
Text File  |  2008-11-13  |  581 b   |  18 lines

  1. _root.TextShow(txt1,_root.nagdownload,"t",-3,0,1);
  2. _root.TextShow(txt2,_root.nagmore,"t",-4,0,1);
  3. if(_root.RoundCountry <= _root.MaxC)
  4. {
  5.    texting.attachMovie("nagtext","text",texting.getNextHighestDepth());
  6.    _root.TextShow(txt3,_root.nagcontinue,"t",-3,0,1);
  7. }
  8. else if(_root.RoundSity == 100)
  9. {
  10.    texting.attachMovie("naggameover","text",texting.getNextHighestDepth());
  11.    _root.TextShow(txt3,_root.nagrestart,"t",-3,0,1);
  12. }
  13. else
  14. {
  15.    texting.attachMovie("endtext","text",texting.getNextHighestDepth());
  16.    _root.TextShow(txt3,_root.nagrestart,"t",-3,0,1);
  17. }
  18.